# Arduino - Read Me First ## 1. Data download Arduino information contains library files 、 project code and APP,please click to download for follow-up sttudy!!!! Data download:[Arduino Data](./Arduino.7z) ## 2. Software Download When we get control board, we need to download Arduino IDE and driver firstly. You could download Arduino IDE from the official website:. There are various versions for Arduino,just download a suitable version for your system,we will take WINDOWS system as an example to show you how to download and install. ![](./media/A1.gif) You just need to click JUSTDOWNLOAD,then click the downloaded file to install it. And when the ZIP file is downloaded,you can directly unzip and start it. ![](./media/A2.gif) ## 3. Set Arduino IDE 1、Connecting the board to the computer. ![](./media/A3.gif) ## 4. Add Library What are Libraries ? Libraries are a collection of code that makes it easy for you to connect to a sensor,display, module, etc. There are hundreds of additional libraries available on the Internet for download. We will introduce the most simple way for you to add libraries . ![](./media/A4.gif)